LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Values Property (DictionaryWithEvents<TKey,TValue>)

Show in webframe






Gets a collection containing the values in the DictionaryWithEvents<TKey,TValue>.
Syntax
public ICollection<TValue> Values {get;}
'Declaration
 
Public ReadOnly Property Values As ICollection(Of TValue)
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim value As ICollection(Of TValue)
 
value = instance.Values

            

            
public: __property ICollection<TValue*>* get_Values();
public:
property ICollection<TValue*>* Values {
   ICollection<TValue*>* get();
}

Property Value

A ValueCollection containing the values in the DictionaryWithEvents<TKey,TValue>.
Requirements

Target Platforms

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.